ipa file not found error during device builds
See original GitHub issueMy tns info
results.
✔ Getting NativeScript components versions information… ⚠ Update available for component nativescript. Your current version is 6.7.8 and the latest available version is 8.1.3. ✔ Component tns-core-modules has 6.5.27 version and is up to date. ✔ Component tns-android has 6.5.3 version and is up to date. ✔ Component tns-ios has 6.5.4 version and is up to date.
Doing a build tns build ios --for-device --env.uglify --release --provision "xxxx"
and getting the following error
** EXPORT SUCCEEDED **
Project successfully built.
No .ipa found in /Users/mini/Projects/xxx/platforms/ios/build/Release-iphoneos directory.
There’s an .ipa file in the folder.
My xcode version is 12.5.1 and I would prefer not to update.
I’m using NS 6 and have added the fixes on How to Fix NativeScript Issue with iOS14 and XCode 12
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Unable to install ipa through Xcod… | Apple Developer Forums
I have an IPA file (Signed with a developer certificate) and I have no trouble installing it on an iOS 12 device. But...
Read more >Guide to Fix the "unable to install .ipa file" Issue on iOS Devices
This guide leads you through all the necessary steps to find out the source of the "unable to install .ipa file" error message....
Read more >Cannot install ipa on device - ios - Stack Overflow
It got stuck on "Installing.." when I sync the app on iTunes while I received an error message "A valid provisioning file for...
Read more >VS 2019, 16.7.2 is not creating IPA files
I recently upgrade VS 2019 to version 16.7.2. It's now missing IPA file after a successful build. IPA packaging option is ON and...
Read more >Issues - GitHub
Unable to apply changes on device: ... Error is: No .ipa found in /Users/.../platforms/ios/build/Debug-iphoneos directory..
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks - that solved the problem.
Curiously - my nsconfig.json file was blank.
I added your suggestion and now even the iphone device build works.
You may need to explicitly set
appResourcesPath
toapp/App_Resources
in the nsconfig, I believe that should work