Commit 707992a
committed
fix: fix "InstallationLookupFailed" error when deploying on iOS device
"InstallationLookupFailed" error is thrown when trying to deploy on iOS device. The reason is that NativeScript CLI is not able to find applicationIdentifier from projectData.projectIdentifiers as the platform is not lower case.
For iOS simulator it is fine as the applicationIdentifier is not used when uploading files to the simulator.1 parent ad08b81 commit 707992a
File tree
2 files changed
+2
-2
lines changed- lib
- controllers
- services
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments