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
Copy file name to clipboardExpand all lines: docs/guide/Titanium_SDK/Titanium_SDK_FAQ.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,10 @@ If you are running the latest Xcode make sure you've selected the latest Titaniu
27
27
28
28
Check your ~/.titanium/config.json and ensure you haven’t set a default developer certificate in the iOS section.
29
29
30
+
## iOS build error: using iCloud folders
31
+
32
+
Sometimes you'll see `Command CodeSign failed with a nonzero exit code` errors when you have your project in an iCloud folder. The solution is to copy it to a local, non iCloud folder and build it again.
33
+
30
34
## VSCode won't update the CLI
31
35
32
36
Run `sudo npm i -g titanium alloy` in a terminal and restart VSCode. Then it should use the latest CLI tools.
0 commit comments