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
promise rejections of functions like getPlatformVersionsFromFileSystem are not caught, thus if something fails other cordova plugins are not added to the Bridging-Header.h and builds may fail.
getPlatformVersionsFromFileSystem failed for me due to a folder in the projectRoot containing a special character, but since the rejection was not caught this was very difficult to figure out.
Otherwise great plugin!
Regards
The text was updated successfully, but these errors were encountered:
Hi,
promise rejections of functions like
getPlatformVersionsFromFileSystem
are not caught, thus if something fails other cordova plugins are not added to the Bridging-Header.h and builds may fail.getPlatformVersionsFromFileSystem
failed for me due to a folder in the projectRoot containing a special character, but since the rejection was not caught this was very difficult to figure out.Otherwise great plugin!
Regards
The text was updated successfully, but these errors were encountered: