I'm completely confused as well, so I'll retract and wait for others more
qualified than me to report, so as not to confuse you. In the morning, a simple
`ionic cordova build ios` would fail with a platform not found error, but now,
in the evening I see the same error message, but it continues to build and
export. I don't quite follow the CLI process well, so I think its best we wait
for folks who know what they are doing :-)
In the morning:
```
{PODS_ROOT}/Headers/Public/FirebaseCore" -isystem
"${PODS_ROOT}/Headers/Public/FirebaseInstanceID" -isystem
"${PODS_ROOT}/Headers/Public/FirebaseMessaging" -isystem
"${PODS_ROOT}/Headers/Public/GoogleToolboxForMac" -isystem
"${PODS_ROOT}/Headers/Public/Protobuf" -isystem
"${PODS_ROOT}/Headers/Public/nanopb"
OTHER_LDFLAGS = $(inherited) -ObjC -l"GoogleToolboxForMac" -l"Protobuf"
-l"c++" -l"nanopb" -l"sqlite3" -l"z" -framework "AddressBook" -framework
"FirebaseAnalytics" -framework "FirebaseCore" -framework
"FirebaseCoreDiagnostics" -framework "FirebaseInstanceID" -framework
"FirebaseMessaging" -framework "FirebaseNanoPB" -framework "StoreKit"
-framework "SystemConfiguration"
PODS_BUILD_DIR = $BUILD_DIR
PODS_CONFIGURATION_BUILD_DIR =
$PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
PODS_ROOT = ${SRCROOT}/Pods
SWIFT_OBJC_BRIDGING_HEADER =
$(PROJECT_DIR)/$(PROJECT_NAME)/Bridging-Header.h
2018-09-18 17:51:25.569 xcodebuild[60657:1388992] DTDeviceKit: deviceType from
8a7f8ff88e79aca165c1f88cc6770c3447630a03 was NULL
2018-09-18 17:51:25.569 xcodebuild[60657:1388992] DTDeviceKit: deviceType from
8a7f8ff88e79aca165c1f88cc6770c3447630a03 was NULL
2018-09-18 17:51:25.570 xcodebuild[60657:1388992] iPhoneSupport:
📱<DVTiOSDevice (0x7f96c8d034b0), PP iPhone X, iPhone, 12.0 (16A366),
83f9f3a76dac77d2afe8a2acc9a14a8ec96d1f34> unable to mount DeveloperDiskImage
(Error Domain=com.apple.dtdevicekit Code=601 "Could not findplatform"
UserInfo={NSLocalizedDescription=Could not find platform})
```
It would fail around here
But now, it prints the above message and continues on to:
```
2018-09-18 17:51:26.268 xcodebuild[60657:1388881] [MT] DTDeviceKit: deviceType
from 8a7f8ff88e79aca165c1f88cc6770c3447630a03 was NULL
2018-09-18 17:51:26.297 xcodebuild[60657:1388881] [MT] DTDeviceKit: deviceType
from 8a7f8ff88e79aca165c1f88cc6770c3447630a03 was NULL
2018-09-18 17:51:26.353 xcodebuild[60657:1388881] [MT] DTDeviceKit: deviceType
from 8a7f8ff88e79aca165c1f88cc6770c3447630a03 was NULL
2018-09-18 17:51:26.386 xcodebuild[60657:1388881] [MT] DTDeviceKit: deviceType
from 8a7f8ff88e79aca165c1f88cc6770c3447630a03 was NULL
Non-system Ruby in use. This may cause packaging to fail.
If you use RVM, please run `rvm use system`.
If you use chruby, please run `chruby system`.
2018-09-18 17:51:29.005 xcodebuild[60669:1389142] [MT] IDEDistribution:
-[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path
'/var/folders/rn/110mft9515v2q5bgzk4jwgjc0000gn/T/zmNinja_2018-09-18_17-51-28.998.xcdistributionlogs'.
Exported zmNinja to:
/Users/pp/projects/phonegap/zmNinja/platforms/ios/build/device
** EXPORT SUCCEEDED **
[ Full content available at: https://github.com/apache/cordova-ios/issues/412 ]
This message was relayed via gitbox.apache.org for [email protected]