How to make Asset.car file with Xcode? - xcode

Is there any command or tool to make the Asset.car file ?
I've found actool but even when i run with no error, it doesn't give me the output file.
Please help. Many thanks.
For more information, what i need is the way to extract the ipa file, change some asset files and zip it back to the ipa file. But for the new versions of Xcode, the asset files is built to Asset.car file so i cannot only copy the assets to the extracted file

Related

Unable to extract bz2 reddit monthly comments file Mac

Am not able to extract monthly redit comment files downloaded in bz2 format on my computer.
For example, When i extract RC_2005-12.bz2 using The Unarchiver, there is a RC_2005-12 file extracted without any extension. I am not able to open that RC_2005-12 file .
Am using Mac with Sierra. Am downloading files from here http://files.pushshift.io/reddit/comments/
Any help appreciated. Thanks
I just downloaded the RC_2005-12.bz2 file from http://files.pushshift.io/reddit/comments/, and then in my Download folder in Finder, double-click it.
It extracted using the macOS default Archive Utility.
The extracted file, RC_2005-12, is a plan text document and when doubling-clicking it, it open in TextEdit.
If that doesn't work for you, I'd try downloading the file again.

public folder on redmine doesn't recognize binary files

I have put a binary file (.apk) on redmine/public folder but when I try to download that file I only get the text version of that file as text.
How to change that behavior to direct download?
You need to navigate to the httputils.rb file (it's wherever webrick is installed) and add this line to the list of MIME types:
application/vnd.android.package-archive apk
If that seems like a lot of trouble and you're not trying to do anything fancy with this download (e.g. download it directly from an android phone and install it), you can always wrap it in a .zip and call it a day. Zip files will download automatically.

Multiple build commands for output file in Xcode

My xCode project for an OSX app gives me the following error.
Warning: Multiple build commands for output file
/Users/myusername/Library/Developer/Xcode/DerivedData/Flui-dpvozbfxcmsipwfrrannskcofgit/Build/Products/Debug/appname.app/Contents/Resources/Icons
Is this something I should be worried about or fix immediately?
Also is there a way to make this go away?
Open the Copy Bundle Resources from the Build Phase in your project. Find the duplicate files in that list and delete their references.

Parse symbols not uploading

When I run the parse cli with the symbols option, I get the following message: The file “ParseSymbols” couldn’t be saved in the folder “tmp”.
It then says "Uploaded symbol files.", but when I look at my crash reports on the parse website, it says they are all unsymbolicated (iOS).
I tried running the parse cli with sudo, but it still got the same message.
What am I doing wrong?
This appears to be a bug with Parse. I had to rename the main folder inside my project directory and remove the spaces, and after doing so it worked fine.
"ProjectFolder/Source File Folder" -> "ProjectFolder/SourceFileFolder"
Renaming the folder is actually a bit painful. I had to refer to this question.
I added the -p flag and it worked (and my project file path has spaces in it).
parse symbols -p /path/to/project.xcarchive
Uploading iOS symbol files...
Fetching required resources...
Additional resources installed.
Uploaded symbol files.

Symbolicate crash file with dSYM and .ipa file

Is there any concreate way to symbolicate crash logs from my app, i have following things
dSYM file
.ipa Application file
myapp.crash
-
I have tried symbolicatecrash script but it does not work somehow
Xcode does not work also i have Xcode 4.3
I even tried system 'atos' command but it gives me some c or c++ file
I dont have build file in my archive is it because of that, because app was build in different machine ?
This may be too late.. but i saw the method in another link that i am now trying to find :P
Rename your .ipa file to .zip
Open the zip file to extract the app
now run symbolicatecrash script or delete the .symbolicated folder
and restart xcode
if not helpful to you, hope this helps others.
Edit: found the place Symbolicating iPhone App Crash Reports
Aside from xcode's tools, you can use atos: https://stackoverflow.com/a/4954949/312725
Be sure to take slide into account as well: https://stackoverflow.com/a/13576028/312725

Resources