You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have developed a nativescript ios application, that works fine in its origiinal location.
Now, as i am using a corporate remote compiling system, i have the need to move the xcworkspace folder (platforms/ios) to another location on my drive, to be able to git push the files to the remote compiling server.
But when i move the xcode project outside the original project folder, it does not compile anymore. In particular, the error is:
error: Build input file cannot be found: '/Users/demetriomortelliti/Desktop/demy/node_modules/@nativescript/core/platforms/ios/src/NativeScriptEmbedder.m' (in target 'tns601' from project 'tns601')
It seems that it expects the NativeScriptEmbedder.m (which was originally outside the xcode project folder, as you can see it was in the major level folder node_modules.
how can i obtain a completely independent folder for the xcworkspace ??
I've done this a million of times in cordova, and the Xcode project is independent.... how to achiieve the same in nativescript ? Thanks very much
This discussion was converted from issue #9050 on November 03, 2021 17:39.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
i have developed a nativescript ios application, that works fine in its origiinal location.
Now, as i am using a corporate remote compiling system, i have the need to move the xcworkspace folder (platforms/ios) to another location on my drive, to be able to git push the files to the remote compiling server.
But when i move the xcode project outside the original project folder, it does not compile anymore. In particular, the error is:
error: Build input file cannot be found: '/Users/demetriomortelliti/Desktop/demy/node_modules/@nativescript/core/platforms/ios/src/NativeScriptEmbedder.m' (in target 'tns601' from project 'tns601')
It seems that it expects the NativeScriptEmbedder.m (which was originally outside the xcode project folder, as you can see it was in the major level folder node_modules.
how can i obtain a completely independent folder for the xcworkspace ??
I've done this a million of times in cordova, and the Xcode project is independent.... how to achiieve the same in nativescript ? Thanks very much
I am using nativescript 6.4.1 and XCode 11.2
Thanks
Beta Was this translation helpful? Give feedback.
All reactions