-
-
Notifications
You must be signed in to change notification settings - Fork 194
Open
Labels
Description
Issue Description
Starting with NativeScript v8.6.0, ns prepare ios
may duplicate native code section TNSNativeSource
in Xcode projects.
In particular, this seems to be related to this PR: NativeScript/nativescript-dev-xcode#15
Reproduction
Download the file to ~/Downloads folder: extra.zip
- ns create testApp --js
- cd testApp
- ns platform add ios
- cd App_Resources/iOS
- mkdir src
- cd src
- cp ~/Downloads/extra.zip .
- unzip extra.zip
- rm extra.zip
- cd ../../..
- ns prepare ios
- touch App_Resources/iOS/src/extra.m
- ns prepare ios
- open platforms/ios/testApp.xcodeproj
Relevant log output (if applicable)
Environment
No response
Please accept these terms
- I have searched the existing issues as well as StackOverflow and this has not been posted before
- This is a bug report
- I agree to follow this project's Code of Conduct