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
"Unable to apply changes" on Simulator device when using Xcode 12 #8780
Comments
|
I believe you need to use |
|
Yeah, i've tried both |
|
Hey @nevardreik Can you try erasing the simulator device and check. |
|
Hi @Ross-Olivares - still no luck unfortunately. Here's a more detailed strack trace that might help? |
|
Hi @nevardreik |
|
Hi @Ross-Olivares - I have created a sample project for you here: Cheers |
|
Hi @Ross-Olivares I have updated all dependencies in that project to use the latest, and the error is a bit different now... Running Interestingly, if I run |
|
I get the same thing, on 3 different projects, there seems to be some incompatibility with NS and Xcode 12. |
|
I found that creating the folder "Applications" inside '/Users/yourusername/Library/Developer/CoreSimulator/Devices/yourdeviceid/data/' fix the issue |
|
I have the same issue. |
|
@louisportalest that worked!!! You are a hero, thank you! @OPADA-Eng try do add the Applications folder inside the data folder as @louisportalest describes 👍🏻 |
I found this too, but it's not a suitable fix. @Ross-Olivares has there been any progress on fixing this properly? |
|
@nevardreik I agree, it's definitely not suitable |
|
This should be linked to #8867 |
|
Am I the only one that couldn't solve this issue with the workaround suggested in here? My error message is almos identical except at the end it shows: |
I have the same issue, have u solved it? |
|
@huyaxiong I think my issue is that I'm still using Nativescript 6. Maybe support in limited to Nativescript 7 now? I ended up just downgrading xcode for now: https://developer.apple.com/download/more/ |
|
Thank you for your reply! I will try it. |
|
See closing details here: #8867 (comment) |
Please check that you are using the latest tns-ios > 6.5.3... as described here : https://nativescript.org/blog/nativescript-6-7-xcode-compatibility/ So my set ups is NS ^6 and update manualy tns-core-modules to 6.5.20 and tns-ios, then created the folder and i was able to keep my current configuration, also if you find problem with your dev check #8867 |

nevardreik commentedAug 19, 2020
Environment
Provide version numbers for the following components (information can be retrieved by running
tns infoin your project folder or by inspecting thepackage.jsonof the project):Describe the bug
When running
tns run ios --bundle --no-hmr --env.aotthe following error is being displayed:Expected behavior
Application should install and launch successfully on the Simulator device running iOS 14 beta.
Additional context
Here is the output of
tns devices:Below are the configuration files:
package.json
tsconfig.json
tsconfig.tns.json
The text was updated successfully, but these errors were encountered: