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
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
CLI: 5.1.1
Cross-platform modules: 5.1.2
iOS Runtime: 5.1.1
Plugin(s): local
Describe the bug
I can install a local plugin (containing a CocoaPod project) with:
tns plugin add ./plugins/my-plugin
Then I can prepare prepare/build and everything works fine.
If I then remove the plugin, and re-add it, and then prepare again, I get this error:
cp: cannot create directory '/Users/gheric/GitHub/argon-app/platforms/ios/argonapp/app/App_Resources': No such file or directory
If I look at that path, it doesn't exist, as the error says (instead, the "App_Resources" folder is renamed to "Resources": '/Users/gheric/GitHub/argon-app/platforms/ios/argonapp/app/Resources, which is the as the first prepare).
To Reproduce
Instructions above
Expected behavior tns prepare iOS should not be looking for the "App_Resources" folder in the platforms directory, and should prepare the platform folder as normal.
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
I can install a local plugin (containing a CocoaPod project) with:
Then I can prepare prepare/build and everything works fine.
If I then remove the plugin, and re-add it, and then
prepare
again, I get this error:If I look at that path, it doesn't exist, as the error says (instead, the "App_Resources" folder is renamed to "Resources":
'/Users/gheric/GitHub/argon-app/platforms/ios/argonapp/app/Resources
, which is the as the firstprepare
).To Reproduce
Instructions above
Expected behavior
tns prepare iOS
should not be looking for the "App_Resources" folder in theplatforms
directory, and should prepare the platform folder as normal.Sample project
https://github.com/argonjs/argon-app/tree/xr
The text was updated successfully, but these errors were encountered: