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
Did you verify this is a real problem by searching [Stack Overflow]
Yes, until now there has not been such thread.
Tell us about the problem
After upgrading to NativeScript 3.0, running my migrated to 3.0 project on iOS that was running ok with the "rc" NativeScript throws the following error:
** BUILD SUCCEEDED **
Project successfully built.
Installing...
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2):
Failed to install the requested application
An application bundle was not found at the provided path.
Provide a valid path to the desired application bundle.
Multiple errors were thrown:
Error Command failed: xcrun simctl install BB045E4E-57A0-44B2-B0F0-65BA885B09FD /Users/amiorkov/Desktop/Work/work _projs/sdkAngular/platforms/ios/build/emulator/sdkAngular.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2):
Failed to install the requested application
An application bundle was not found at the provided path.
Provide a valid path to the desired application bundle.
while executing xcrun simctl install BB045E4E-57A0-44B2-B0F0-65BA885B09FD /Users/amiorkov/Desktop/Work/work _projs/sdkAngular/platforms/ios/build/emulator/sdkAngular.app.
Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
Run any project or the sdkAngular from the Progress UI for NativeScript
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
No simply run a project tns run ios , the project needs to be in a path that somewhere contains space bars (example on Mac: /Users/user1/Desktop/Work/work projects)
The text was updated successfully, but these errors were encountered:
VladimirAmiorkov
changed the title
Error when executing "tns run ios" with 3.0 on a project that is located in a path with "spaces"
Error when executing "tns run ios" with 3.0 on a project that is located in a directory path with "spaces"
May 4, 2017
I get this error when I run "tns run ios" command on 3.0.1
/Users/path/platforms/ios/Pods/MiniTabBar/MiniTabBar/Classes/MiniTabBarItemView.swift:101:44: error: value of optional type 'UIColor?' not unwrapped; did you mean to use '!' or '?'?
return self.item.barBackgroundColor?
^
( )!
** BUILD FAILED **
The following build commands failed:
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler
CompileSwift normal x86_64 /Users/path/platforms/ios/Pods/MiniTabBar/MiniTabBar/Classes/MiniTabBar.swift
CompileSwift normal x86_64 /Users/path/platforms/ios/Pods/MiniTabBar/MiniTabBar/Classes/MiniTabBarItemView.swift
(3 failures)
Multiple errors were thrown:
Command xcodebuild failed with exit code 65
Hi @Alampalli-Yeshwanth
It seems that the MiniTabBar Pod you are using fails to compile. The compilation fails on the MiniTabBar.swift file. The problem may be in the Pod itself. You may find this thread useful.
Did you verify this is a real problem by searching [Stack Overflow]
Yes, until now there has not been such thread.
Tell us about the problem
After upgrading to NativeScript 3.0, running my migrated to 3.0 project on iOS that was running ok with the "rc" NativeScript throws the following error:
Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
Run any project or the sdkAngular from the Progress UI for NativeScript
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
No simply run a project tns run ios , the project needs to be in a path that somewhere contains space bars (example on Mac: /Users/user1/Desktop/Work/work projects)
The text was updated successfully, but these errors were encountered: