I trying the full version of apportable and I have a problem with the CoreData:
I have the correct features at configuration.json:
\"FEATURES\": [\"o
sorry for such a late response, but i didn't want to let the question go unanswered. right now momd files aren't automatically added as assets. unfortunately, there's a manual step you'll need to do every time you update the xcdatamodeld.
~/Library/Application\ Support/iPhone\ Simulator/6.1/Applications/<randomString>/<YourApp>.app/
)plutil -convert xml1 <ModelName>.mom -o <pathNearYourApprojFolder>/<ModelName>.mom
add_params
dictionary, then in the assets
array, add the path <pathRelativeToApprojFolder>/<ModelName>.mom
of the file you converted with plutil