1,373 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
43
views
Graph API committing uploaded IOS IPA. Do I need to encrypt this file or not?
I'm attempting to send an IPA for an IOS application to our Intune instance for consumption as an LOB app.
I've gone through all of the required incantations so far to get this to work in automation ( ...
0
votes
0
answers
55
views
App Store Connect Error: "A 1024x1024 app icon must be added to the asset catalog" despite ios-marketing present
I'm trying to publish a new app built with .NET MAUI using Rider on macOS and Xcode 16.3, but I keep getting the following error during App Store Connect verification:
"App verification failed. A ...
1
vote
0
answers
79
views
Unexpected CFBundleExecutable Key in firebase_messaging_Privacy.bundle (Flutter 3.32, iOS)
I'm using Flutter with the firebase_messaging plugin (version 15.2.9). When I try to submit my .ipa file to App Store Connect, I get the following validation error:
Unexpected CFBundleExecutable Key.
...
0
votes
1
answer
134
views
xcrun iTMSTransporter upload fails with OSStatus error -10814
Body:
I'm trying to upload my .ipa file to App Store Connect using iTMSTransporter from the command line:
xcrun iTMSTransporter -m upload -assetFile "/tmp/myApp.ipa" -u "[email protected]&...
0
votes
1
answer
240
views
Flutter IPA Build Error: exportOptionsPlist error for key "method" expected one {} but found app-store-connect
I have been deploying Flutter apps for years, and it stopped working. In trying to get to the issue, I ran the CLI function: flutter build ipa, and got these results:
Archiving [correct bundle ...
0
votes
0
answers
92
views
Failed to compile app iOS en Azure DevOps: No provisioning profiles were found
I'm trying to build my Flutter iOS app using a pipeline in Azure DevOps. The bundleIdentifier I'm using is **.**.**.**, and in my logs, I see that it's recognized correctly during the build:
Archiving ...
0
votes
0
answers
83
views
react-native-vector-icons icons don't show up in iOS release build
I'm trying to use react-native-vector-icons, but while the icons show up in debug mode, they don't appear when I build my .ipa.
Note: The icons are not replaced by "X" symbols or "?&...
0
votes
0
answers
32
views
IPA size too large when changing boost.podspec file in react native
I am using react native version: 0.71.6. I was encountering an issue:
[!] Error installing boost Verification checksum was incorrect, expected ...
0
votes
1
answer
257
views
No .ipa file after running xcodebuild -exportArchive using XCode 16.2
I try to generate an .ipa file from the command line using XCode 16.2.
I have successfully created a .xcarchive file, yet when I execute the following command:
xcodebuild \
-exportArchive \
-...
0
votes
0
answers
102
views
How to enable Address Sanitizer in Xcode Archive build?
Problem:
I'm trying to create an IPA file with Address Sanitizer (ASan) enabled in Xcode. Here's my current setup:
I've enabled Address Sanitizer in the Edit Scheme -> Run -> Diagnostics ...
0
votes
0
answers
51
views
No signing certificate "iOS Distribution" found when exporting .ipa file from react native app with GitHub actions
I am developing react native app in windows machine and for getting .ipa file created an github workflow to generate it from GitHub actions.
** ARCHIVE SUCCEEDED ** but the ** EXPORT FAILED ** and ...
1
vote
1
answer
216
views
Xcode: Hide GoogleService-Info.plist when Building IPA iOS
Im new to Flutter and iOS, and Im currently building a Flutter IOS with Firebase Cloud Messaging integrated into the application. I have a GoogleService-Info.plist for two flavors (UAT and Production) ...
0
votes
1
answer
524
views
iOS ipa and app file size increased after building with xcode16
iOS App size got increased after generating build with Xcode 16. I have compared the .ipa file contents generated from Xcode 15.8 and Xcode 16.1 version, there was huge increase of size which is ...
0
votes
0
answers
139
views
Distribute a flutter app outside of the App Store
My context:
I have
a mac (with xcode, ...)
an account on https://developer.apple.com
An account on https://appstoreconnect.apple.com
A Flutter application that builds, I can generate a signed ipa.
I ...
-5
votes
1
answer
116
views
Building and creating archive using swift xcode
**I tried to built an iOS application I was trying to upload it on testflight but i got this error and it's not working properly
**
SDK does not contain 'libarclite' at the path '/Applications/Xcode....