Running Objective C generated script in xcode for iOS automation

Due to some specific reason i wanted to run Objective-C generated scripts into Xcode. I don’t want to use internal XCTest for UI testing. I searched a lot on internet but could not found any tutorial.

Appium Server is already up.
Simulator is ready with build open.
Attributes Inspector working

I tried importing selenium framework in new macos xcode project and pasted generated scripts in UITest file but nothing happened

Please help its very urgent