Xcode 14.2 - Archive succeeds but does not appear anywhere(In Organizer) - ios

I have an Ionic Project(Hybrid Mobile Application) with Angular and Capacitor.
The App has Facebook and Google login. On development, all things and build are working fine. Problem: When I am making a release build for production then build and archive is showing success, but not showing anywhere in Organizer.
Has anyone has the same issue before or has any idea what can be wrong or how to fix?
#PFA
(https://i.stack.imgur.com/kAycc.png)(https://i.stack.imgur.com/I8T0I.png)(https://i.stack.imgur.com/pCdQE.png (https://i.stack.imgur.com/TRbBK.png)(https://i.stack.imgur.com/M34gF.png)
I have checked all permissions and other things but have not solved the issue.

Related

Xcode13 app icon not showing after building app

I am building a react-native project for iOS RN v6.01 and initially on an older version of xcode i am able to push add the appicon on getting to xcode but with xcode 13 i need to add the app icons before pushing. I have updated build settings , changed app icon sets,
info.plist all to no avail, anyone completed these task recently and now i cant deploy to test flight. Any help appreciated
Try restarting your device after installing the app.
See more about this solution

Flutter project archive issue using Xcode: agora_rtc_engine "Module 'agora_rtc_engine' not found"

I am using Agora in my flutter application, everything works fine when I test it with simulators/emulators and my android/ios phones.
When I archive the project on Xcode and upload to App store, it throws one error as below, I have searched online for a couple of hours but didn't get any progress. I don't even have any idea what is the issue and what causes the issue
My understanding is agora_rtc_engine is installed by Flutter, I am not supposed to do anything when archiving an IOS package.
If anyone knows what happened and what needs to be done, please share your thoughts, Thanks!
From xcode change the ios deployment target to 11.0
I also had this problem because I was trying to open and archive runner.xcodeproj using xcode. When I selected runner.xcworkspace I was able to successfully archive.
try "flutter build ios" again

over-the-air ipa download crashes on splash

I created an app with Nativescript + Angular, the app is running fine on the simulator and when the app is running using 'tns run ios' on my connected iPhone. However when archiving the project to an .ipa and use a link to download the app from my server it crashes or gets stuck on the splash screen. The console doesn't really show any errors.
I've archived the app using Nativescript Sidekick, NS CLI and Xcode but all methods result in the same error. I'm using a developing provision profile that shows no errors in Xcode when assigned manually.
Does anyone have experience with this problem and knows how to fix it?

Cordova Universal Links works in iOS Simulator but not in dev/prod builds

I am developing a Cordova hybrid app. I added the cordova-universal-links-plugin 1.2.1 to my project. It compiles and works fine with Android.
I went through all the setup steps for iOS located at https://www.npmjs.com/package/cordova-universal-links-plugin-fix
As a result, the Xcode simulator works correctly and clicking on my app url (https://my-app-link.com/) inside the Xcode Simulator Messages app opens up the app inside the simulator and not Safari.
However when I compile the app using cordova:
cordova build ios --debug --device --no-telemetry
OR
cordova build ios --release --device --no-telemetry
Both of them don't work and clicking the link from the Messages app opens Safari browser instead of my app.
I already confirmed that long clicking the link doesn't show an option to "Open in MyApp". I tried different devices and it's the same.
I am suspecting that the entitlement file is not being compiled correctly when I build the project but I don't know the correct location for it in a cordova app and how to confirm if this is the problem or something else.
OK, it turns out to be a problem with Cordova/Phonegap build process. Once I used Xcode build process by selecting a destination of "Generic iOS Device" and then selecting Archive from the Product menu, XCode built the right IPA file and I uploaded the file to the App Store where it got the universal links working correctly on iOS devices.

Xamarin - When try to deploy the build never ending

I'm developing xamarin application for both IOS and Androaid, when I'm try to publish the Ios appliaction to my iphone the build never ends and no error appear, I tring to upgrade my Xcode but this didn't help.
When I'm using the IOS simulator everything works fine, the build ends and the app run as expected. I tried all the solutions that I found on the internet but none of them help.
Is anybody encounter this problem and have solution for this issue??
enter image description here
Xamarin frameworks are updated as latest stable version on both of Visual Studio and MacOs?
Did you accept Apple New License Agreement on your apple account?
You can check logs. (Help->Xamarin->Open Logs)

Resources