This is a migrated thread and some comments may be shown as answers.

Errors building for iOS

11 Answers 133 Views
Report a bug
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Richardsonke
Top achievements
Rank 1
Richardsonke asked on 25 Jan 2013, 09:32 PM
I am trying to run my app on my iPad.  I deleted the app, so it had to rebuild in the cloud.  The build keeps failing with the following errors (some personal data removed):

rsync: link_stat "/Volumes/ClientProjects/<my username>/<my solution>/<my project>/bin/iOS/Debug/Payload/Cordova220.app/." failed: Permission denied (13)
rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-42/rsync/main.c(992) [sender=2.6.9]
 N/A <my project> 0 0 C#
security: SecKeychainDelete: The specified keychain could not be found.
 N/A <my project> 0 0 C#
rm: /Volumes/ClientProjects/<my username>/_Keystore/<keycode>.p12: Permission denied
 N/A <my project> 0 0 C#

Is this a problem on the server, or just my account?

11 Answers, 1 is accepted

Sort by
0
Yavor Georgiev
Telerik team
answered on 28 Jan 2013, 01:13 PM
Hi,

 The issue should be fixed now. I just built an iOS app to confirm it.

 Please accept our apologies for the downtime and any resulting inconveniences.

Regards,
Yavor Georgiev
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
0
Niall
Top achievements
Rank 1
answered on 28 Jan 2013, 01:59 PM
Yavor, I was seeing a similar issue. Now I am seeing this issue

Project "TestOrientationAndNavBar.proj" (default targets):
Error: ld: library not found for -lcrt1.3.1.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Done building project "TestOrientationAndNavBar.proj" -- FAILED.
0
Richardsonke
Top achievements
Rank 1
answered on 28 Jan 2013, 02:00 PM
I'm still receiving the same errors, even after restarting Icenium.
0
Yavor Georgiev
Telerik team
answered on 28 Jan 2013, 02:33 PM
Hi,

 Do you get the same errors if you try to build a new project?

Greetings,
Yavor Georgiev
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
0
Richardsonke
Top achievements
Rank 1
answered on 28 Jan 2013, 02:42 PM
My old project was giving the same errors, then it switched 6 errors in the form of: "Unable to copy file "scripts\hello-world.js" to "\\<number.number>\ClientProjects\<username>\<solution>\<project>\bin\iOS\Release\Payload\Cordova220.app\content\scripts\hello-world.js". Could not find file 'scripts\hello-world.js'. N/A <project> 0 0 C#"

Creating a new project and building completed successfully.  Then I switched back to my existing project and it was able to build without errors.
0
Thomas
Top achievements
Rank 1
answered on 28 Jan 2013, 03:04 PM
I can confirm that I have successfully deployed my app to my device without making a single change to your application.  Whatever you fixed in the backend worked, and the new issues people described did not happen to me.
0
Niall
Top achievements
Rank 1
answered on 28 Jan 2013, 03:36 PM
Yavor,

All seems fine now, I was able to compile my existing application and launch on my iPad,

Thanks,

Mark.,
0
Niall
Top achievements
Rank 1
answered on 28 Jan 2013, 06:07 PM
Yavor,

I spoke too soon.

Still have problems as follows. I run the application through Graphite simulator and it works fine.

If I run it through the MIST simulator or run on my local iPad, it only partially renders. 

Specifically, all I can see are text labels from my toolbar only on a white background, it is like the application has no JS or CSS included?

I have copied the assets and files to a new project within Graphite and this has made no difference, at least on uploading to the device to test.

Regards,

Mark.
0
Niall
Top achievements
Rank 1
answered on 28 Jan 2013, 07:21 PM
Just some further info on this.
I added a classic         <script>            console.debug("test");</script> message to the homepage of my app.
It gets output to the log on the simulator through Graphite, but it does not get output when I deploy the application to the iPad with Ion installed.

As far as I can tell, no JS (or CSS) is getting executed, which is why I am seeing a white screen except for the labels from my kendo tabstrip control.

Regards,

Mark.
0
Niall
Top achievements
Rank 1
answered on 28 Jan 2013, 08:14 PM
More or less resolved this.
All of my css/js files had / in front of them, works fine in the Simulator, does not work on the device (assume the path changes for the assets.) removing the / resolved the problem.
My concern is there is no feedback/errors/log info describing missing assets etc...?

Regards, 

Mark.
0
Jordan
Telerik team
answered on 29 Jan 2013, 08:10 AM
Hi Mark,

good you figured out.

And thank you for reporting it. We will think on a solution about missing/invalid links to resources, and also will try to make Graphite simulator to "break" too on this scenario.

Kind regards,
Jordan
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
Tags
Report a bug
Asked by
Richardsonke
Top achievements
Rank 1
Answers by
Yavor Georgiev
Telerik team
Niall
Top achievements
Rank 1
Richardsonke
Top achievements
Rank 1
Thomas
Top achievements
Rank 1
Jordan
Telerik team
Share this question
or