You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now there are three different types of targets generated:
FrameworkTarget: plain target (type = :framework)
ApplicationTarget: Includes support for sub-projects (dependencies) and creates a build phase to copy frameworks in addition to the FrameworkTarget (type = :application)
TestTarget: obvious I guess (type = :unit_test_bundle)
I'm not really into these other types of targets. But I guess most of them can be grouped into the list above. May you be able to support with this @karstenlitsche? Are you aware of any specifics regarding these target types?
It seems that phoenx do not support every type of the base xcodeproj. For example I can't generate an app_extension.
Supported target types from Xcodeproj::constants.rb
Example:
Test.pxproject
phoenx version: 0.2.3
xcodeproj version: 1.3.3
The text was updated successfully, but these errors were encountered: