tidev / node-ios-device

Queries connected iOS devices and installs apps
Other
122 stars 37 forks source link

build: add back copying of MobileDevice framework #65

Closed ewanharris closed 3 years ago

ewanharris commented 3 years ago

The MobileDevice framework can live in two locations. From Xcode 9 the first location is blocked from being linked to which will cause build failures, the second location is not blocked but only seems to exist in specific circumstances (current theory is that it is where updated versions are) placed. This fixes the build process so that we copy the framework to the build directory from one of those locations allowing us to link against it with no issues.