-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
Can't run ios app on case-sensitive filesystem on macOS #2946
Comments
From @yavin5 on July 3, 2017 14:37 I have this problem now as well, and I don't know how to fix it. |
From @yavin5 on July 3, 2017 17:8 Why is this issue closed without any solution? |
From @NickIliev on July 4, 2017 7:20 @yavin5 the issue was never closed but moved to this repository - however, we can not reproduce the issue on our side so any additional information available would be of great help. |
@gbonline @yavin5 I can't reproduce the issue. I tried with the following steps:
Can you think of something that may help reproducing the issue e.g. using the latest beta of Xcode or some other tool. I guess that the CLI build step cleans the |
I have also the same error. With version 3.0.x is was ok. The dependencies I use are: "dependencies": {
"@angular/animations": "~4.1.0",
"@angular/common": "~4.1.0",
"@angular/compiler": "~4.1.0",
"@angular/core": "~4.1.0",
"@angular/forms": "~4.1.0",
"@angular/http": "~4.1.0",
"@angular/platform-browser": "~4.1.0",
"@angular/router": "~4.1.0",
"base-64": "^0.1.0",
"nativescript-advanced-webview": "^1.1.3",
"nativescript-angular": "~3.0.0",
"nativescript-pdf-view": "^2.0.1",
"nativescript-push-notifications": "^0.1.3",
"nativescript-telerik-ui": "^2.0.1",
"nativescript-theme-core": "~1.0.2",
"reflect-metadata": "~0.1.8",
"rxjs": "~5.3.0",
"tns-core-modules": "^3.1.0",
"utf8": "^2.1.2",
"zone.js": "~0.8.2"
} |
I think the following line is the root cause: https://github.com/NativeScript/nativescript-cli/blob/master/lib/services/ios-entitlements-service.ts#L25 where |
I can confirm that the problem occurs on case sensitive file systems |
Hey all, |
From @NickIliev on July 3, 2017 14:31
From @gbonline on June 30, 2017 13:30
Hi, I tried to update nativescript this morning, to the 3.1.1 version, and my angular app didn't run anymore, also a new project don't work with the error of
missing entitlements file
I tried with the simply commands
then It can't run with a trace like this:
What can I do?
Copied from original issue: NativeScript/NativeScript#4484
Copied from original issue: NativeScript/ios-jsc#776
The text was updated successfully, but these errors were encountered: