ProgressNS / sidekick-feedback

This repository is for feedback regarding NativeScript Sidekick. Use the issues system here to submit feature requests or vote for existing ones.
45 stars 9 forks source link

error during iOS cloud build: "can't create output file: /tmp/builds/.../TelerikUI (No such file or directory) #76

Closed mpodolyako closed 6 years ago

mpodolyako commented 6 years ago

Please, provide the details below:

error during iOS cloud build: "can't create output file: /tmp/builds/.../TelerikUI (No such file or directory)

Did you verify whether this issue has already been reported here?

Yes

Tell us about the problem.

Trying to build & run via 'run on device' on my iPad mini. Use 'cloud build' option with 'clean build' checkbox selected. Then I see following errors in the 'output' view of Sidekick:

[17-10-29 12:08:07.692] (Info) ❌ error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip: can't create output file: /tmp/builds/_/7280b2050631be3f5ba53f565cdd532984d4721d/FoodCourt/platforms/ios/DerivedData/FoodCourt/Build/Intermediates/ArchiveIntermediates/FoodCourt/InstallationBuildProductsLocation/Applications/FoodCourt.app/Frameworks/TelerikUI.framework/TelerikUI (No such file or directory)
[17-10-29 12:08:07.693] (Info) ❌ error: bitcode_strip /tmp/builds/_/7280b2050631be3f5ba53f565cdd532984d4721d/FoodCourt/node_modules/nativescript-telerik-ui/platforms/ios/TelerikUI.framework/TelerikUI: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip exited with 1
...
[17-10-29 12:08:07.713] (Info) ❌ error: make directory /tmp/builds/_/7280b2050631be3f5ba53f565cdd532984d4721d/FoodCourt/platforms/ios/DerivedData/FoodCourt/Build/Intermediates/ArchiveIntermediates/FoodCourt/InstallationBuildProductsLocation/Applications/FoodCourt.app/Frameworks/TelerikUI.framework: File exists
[17-10-29 12:08:07.715] (Info) ** ARCHIVE FAILED **

Which platform(s) does the issue occur on?

iOS Windows 10

Provide the following version numbers that the issue occurs with:

Tell us how to recreate the issue in as much detail as possible.

'Cloud build' - iPad Mini 'Clean build' 'Run on Device'

Does this issue happen every time?

Yes

Send the client logs.

Logs.zip

Mitko-Kerezov commented 6 years ago

Hi @mpodolyako,

We have applied some fixes on our build machines, which may resolve the issue you are experiencing. I would ask you to try and build once again to see if the issue is resolved.

In case it is not, could you share what plugins you are using and their versions in order for the team to look into the issue further.

mpodolyako commented 6 years ago

Hi. the issue wasn't self-resolved after you applied fixes on your side, but you gave me a hint to check versions of plugins I use. Changing 'nativescript-telerik-ui' to the latest version of 'nativescript-pro-ui' resolved my problem

Mitko-Kerezov commented 6 years ago

Glad you managed to overcome the issue