This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| build_safari_extension [2022/07/30 17:27] admin | build_safari_extension [2022/07/30 17:30] (current) admin | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| ## Test unpacked extension in Safari | ## Test unpacked extension in Safari | ||
| - | Screen Shot 2022-07-30 at 6.26.42 PM{{:pasted:20220730-172655.png}} | + | {{:pasted:20220730-172655.png}} | 
| Open the X-Code project of your Safari extension. Press "run" button. It should auto run your unpacked extension in Safari | Open the X-Code project of your Safari extension. Press "run" button. It should auto run your unpacked extension in Safari | ||
| ## Troubleshoot | ## Troubleshoot | ||
| + | If extension reports error: `Failed to load resource: The requested URL was not found on this server. contribution.js:17`. It's not enough by just adding new file to the folder. You need to manually add file to your project directly in X-Code. | ||
| + | |||
| + | {{:pasted:20220730-172844.png}} | ||
| + | |||
| + | |||