"Ensure the system is OK to fileIn the API" (Smalltalk includesKey: #DJISDKManager) ifFalse: [ self print: '// Note: The DJI API is already installed'. self abort ]. (Smalltalk includesKey: #NSObject) ifFalse: [ self error: 'NSObject is required to install this API' ].