-
-
Notifications
You must be signed in to change notification settings - Fork 197
ipa file not found error during device builds #5585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@erjdriver try the latest CLI - believe this has been fixed not too long ago. The latest version of the CLI should be able to run the ns6 project without issues - but in some cases you may need to add the |
It seems like the latest CLI is not compatible with ns6 - incompatible with nsconfig.json - wants me to upgrade the project. That'll start me down a slippery slope i'm sure. most probably i'll go back to CLI 6.7.8 Any way to solve this without upgrading the project. |
Did you try with The fix landed here - you can try patching your global CLI with the change, or revert the change to |
I went back to the latest CLI and doing a simulator build
and getting the following error in red after what looks like a successful build
That folder structure is different than what I have for NS 6.* /Users/mini/Projects/xxx/app/App_Resources/iOS/* My
I'm getting the following warning at the beginning of the build
This after deleting the platforms/ios folder and reinstalling
The folder structure I have is compatible with NS 6.x - main app folder/app/App_Resources/iOS Looks like this latest CLI is expecting another folder structure. |
You may need to explicitly set |
Thanks - that solved the problem. Curiously - my nsconfig.json file was blank. I added your suggestion and now even the iphone device build works. |
My
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 errorThere'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
The text was updated successfully, but these errors were encountered: