Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 08-15-2009, 05:38 PM   #1 (permalink)
http://app-apps.com
 
Join Date: Jun 2009
Location: Los Angeles, CA
Posts: 450
MichaelE is on a distinguished road
Default Copystrings failed with exit code 1?

My previously compiling app now throwing the following error:

Command /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/copystrings failed with exit code 1

The only thing that has changed is I added a new entry in the Localizable.strings file.

I've no idea how to get rid of the error. I tried reverting the strings file, but no luck.

Any suggestions?
MichaelE is offline   Reply With Quote
Old 12-18-2009, 01:36 PM   #2 (permalink)
Registered Member
 
Join Date: Dec 2009
Posts: 1
snowman88888 is on a distinguished road
Default

I got the same error when simply coping DisplayStrings.strings file from the sample MoveMe to my resources folder. Have you figured out why causing the error?
snowman88888 is offline   Reply With Quote
Old 12-18-2009, 05:02 PM   #3 (permalink)
Super Moderator
 
Join Date: Oct 2009
Location: San Diego, CA
Posts: 1,586
JasonR is on a distinguished road
Default

It could be as simple as a missing ;, or extra " in the file somewhere. Apparently it can be as complicated as perl version problems if you've installed your own copy of perl.
JasonR is offline   Reply With Quote
Old 08-23-2010, 08:52 AM   #4 (permalink)
Registered Member
 
Join Date: Jul 2010
Posts: 29
futurevilla216 is on a distinguished road
Default

I'm getting a similar problem. What I get it this:

Command /Xcode4/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1

Any ideas?
futurevilla216 is offline   Reply With Quote
Old 08-23-2010, 12:18 PM   #5 (permalink)
Super Moderator
 
Join Date: Oct 2009
Location: San Diego, CA
Posts: 1,586
JasonR is on a distinguished road
Default

This is a completely different error message. You should search the board for it, and start another post if you can't find the answer.
JasonR is offline   Reply With Quote
Old 08-24-2010, 07:35 AM   #6 (permalink)
Registered Member
 
Join Date: Jul 2010
Posts: 29
futurevilla216 is on a distinguished road
Default

Quote:
Originally Posted by JasonR View Post
This is a completely different error message. You should search the board for it, and start another post if you can't find the answer.
Okay. Thanks!
futurevilla216 is offline   Reply With Quote
Old 09-08-2010, 08:00 AM   #7 (permalink)
Registered Member
 
Join Date: Sep 2010
Posts: 2
Hanaan is on a distinguished road
Smile Missing semi

Quote:
Originally Posted by harkonian View Post
My previously compiling app now throwing the following error:

Command /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/copystrings failed with exit code 1

The only thing that has changed is I added a new entry in the Localizable.strings file.
Any suggestions?
I had the same problem.
I simply left the ; out of the end of the line. That solved it.
Hanaan is offline   Reply With Quote
Old 09-10-2010, 03:02 PM   #8 (permalink)
Registered Member
 
Join Date: Jul 2010
Posts: 29
futurevilla216 is on a distinguished road
Default

Quote:
Originally Posted by Hanaan View Post
I had the same problem.
I simply left the ; out of the end of the line. That solved it.
The problem with this error is that it could mean anything. It could mean you just left out a ;, or it could be something more complicated.
futurevilla216 is offline   Reply With Quote
Old 03-01-2011, 12:15 PM   #9 (permalink)
Registered Member
 
Join Date: Mar 2011
Posts: 1
Wegginho is on a distinguished road
Default

Quote:
Originally Posted by futurevilla216 View Post
The problem with this error is that it could mean anything. It could mean you just left out a ;, or it could be something more complicated.
(I'm posting here because this is the first entry I found in google!)

The problem is the type of the list you want to read. I guess you just took the MoveMe example and copied the *.strings file? So your file settings are wrong and the compiler tries to read the file with some sort of extra compatibility. Just press the Apple key + i and you will get to the menu where you can setup the type of the list (in my case it was simply "text") or whatever you have.
Wegginho is offline   Reply With Quote
Old 03-10-2011, 11:19 PM   #10 (permalink)
Registered Member
 
Join Date: Mar 2011
Posts: 1
mickuza is on a distinguished road
Default This works for me.

Quote:
Originally Posted by Wegginho View Post
(I'm posting here because this is the first entry I found in google!)

The problem is the type of the list you want to read. I guess you just took the MoveMe example and copied the *.strings file? So your file settings are wrong and the compiler tries to read the file with some sort of extra compatibility. Just press the Apple key + i and you will get to the menu where you can setup the type of the list (in my case it was simply "text") or whatever you have.
For me, I mess up the DisplayStrings.strings in MoveMe example and try to copy a new one back. And I got that message "Copystrings failed with exit code 1".
I follow your suggestion by right-click>get info the file and set the file type to just text. And it works. The Placard shows the word "Welcome".

Thanks a lot.
mickuza is offline   Reply With Quote
Old 06-02-2011, 12:17 AM   #11 (permalink)
Registered Member
 
Join Date: Jun 2011
Posts: 1
geekay_gk is on a distinguished road
Default

Quote:
Originally Posted by JasonR View Post
It could be as simple as a missing ;, or extra " in the file somewhere. Apparently it can be as complicated as perl version problems if you've installed your own copy of perl.


I agree with you.
I had the same error and finally resolved the error.
I was using a ".strings" file that had data in wrong syntaxes I fixed them and its working now

Thank you
geekay_gk is offline   Reply With Quote
Old 09-10-2011, 06:30 AM   #12 (permalink)
Registered Member
 
Join Date: Apr 2009
Posts: 7
bobgreen is on a distinguished road
Default

No, set the File Type to "Text" doesn't help much, if there's an error in the file, it will still be there, even no error reporting.

I just meet the same problem, and I found a nice solution.
My solution is to use the following Regular Expression to verify your text line by line, if there's any line not matched, there must be a problem.

"(.+?)"="(.+?)";
bobgreen is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 314
12 members and 302 guests
chiataytuday, coolman, givensur, glenn_sayers, guusleijsten, jbro, mediaspree, mottdog, mtl_tech_guy, Punkjumper, vilisei, whitey99
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,649
Threads: 94,114
Posts: 402,883
Top Poster: BrianSlick (7,990)
Welcome to our newest member, Anwerbl
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 09:24 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0